home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kupidon-strike.swf / scripts / DefineSprite_68_bob_obj / frame_2 / DoAction.as
Encoding:
Text File  |  2011-12-21  |  190 b   |  13 lines

  1. stop();
  2. i = 0;
  3. while(i <= _root.tohit.length)
  4. {
  5.    if(_root[_root.tohit[i]]._name == _name)
  6.    {
  7.       _root.tohit.splice(i,1);
  8.       i--;
  9.    }
  10.    i++;
  11. }
  12. this.removeMovieClip();
  13.